Instance 0

Class490.testHavingAggregation()#1{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
}


Instance 1

Class1070.testGetSplitsWithSkipScanFilter()#3{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
        PhoenixConnection pconn = conn.unwrap(PhoenixConnection.class);
}


Instance 2

Class1070.testLimitScan()#1{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
            initTableValues(null, ts);
}


Instance 3

Class1040.getConnection(Environment env,String url,@Nullable Properties properties)#0{
        return new PSqlConnection(env, DriverManager.getConnection("jdbc:" + url, properties == null new Properties() : properties));
}


Instance 4

Class680.testCFToDisambiguateInSelectOnly1()#1{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
            initTableValues(ts);
}


Instance 5

Class490.testConstantFalseHaving()#2{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
}


Instance 6

Class490.testPartiallyEvaluableOr()#3{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
}


Instance 7

Class490.testPartiallyEvaluableAnd()#1{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
}


Instance 8

Class490.testTableAliasSameAsTableName()#2{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
}


Instance 9

Class1300.testNonfirstColumnGroupBy()#0{
        Properties props = new Properties(TEST_PROPERTIES);
        Connection conn = DriverManager.getConnection(url, props);
            initTableValues(null, ts);
}